Northwoods.GoSilverlight 1.3.5 Assembly
GetHasLabeledLinkForNode Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : GetHasLabeledLinkForNode Method

nodedata
This predicate is true for a node data if it is associated with a link data as its "label".

Syntax

Visual Basic (Declaration) 
Public Function GetHasLabeledLinkForNode( _
   ByVal nodedata As NodeType _
) As Boolean
C# 
public bool GetHasLabeledLinkForNode( 
   NodeType nodedata
)

Parameters

nodedata

Remarks

This is used for model navigation and graph traversal.

Requirements

See Also

© 2012 All Rights Reserved.